html{min-width: 1200px;}
.main{
    background: url("../images/1.jpg") no-repeat;
    background-size: 100% 100%;
    position:absolute;top:0;left:0;min-height:790px;height:100%;
    width: 100%;
    margin: 0;
}
.bw{
    width: 1200px;
    margin:0 auto;
}
.popup{
    display: none;
}
.login_lg{
    position: absolute;
    top: 50px;
    height: 54px;
    display: table;
}
.login_lg .did{
    color: #fff;
    padding-left: 26px;
}
.login_lg .did p{
    font-size: 26px;
}
.didoll,.did{
    height: 54px;
    margin-right: 26px;
    display: table-cell;
    vertical-align: middle;
}
.didoll{
    padding-right: 26px;
}
.xian{
    height: 45px;
    width: 1px;
    background: #ffffff;
    margin-top: 10px;
}
.ligin_bt{
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -150px;
}
.r_side_bar{
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    width: 450px;
    margin-top: -258px;
    margin-left: -225px;
    float: inherit;
    -moz-box-shadow:-16px -13px 2px #3ba3f9;
    -webkit-box-shadow:-16px -13px 2px #3ba3f9;
    box-shadow:-16px -13px 2px #3ba3f9;
}
.current{
    font-weight: bold;
    font-size: 20px;
}
.error_tip{
    margin-bottom: 16px;
}
#form .form-group{
    margin-bottom: 16px;
    border-bottom: 1px solid  rgba(0,0,0,.075);
    position: relative;
}
#form .form-group input{
    padding: 6px 12px;
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    border-radius: 4px;
}

#form .form-group label {
    color:#999999;
    margin-top: 10px;
    margin-bottom: 0;
}
.form-group input#ipone{
    width: 75%;
 }
#form .form-group a{
    position: absolute;
    top: 38px;
    right: 20px;
}
.checkbox::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #999999;
    background-color: #ebebeb;
}
.checkbox{
    padding-left: 20px;
    display: inline-block;
    margin-right: 30px;
    color: #999;
    cursor: pointer;
}
.checkbox:hover{
    color: #337ab7;
}

.form-group-oll input{
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
}
.form-group-oll label{
    color: #999;
}
.form-group-oll label:nth-child(1){
    margin-right: 30px;
}
.form-group-oll span{
    color: #999;
    cursor: pointer;
}
.form-group-oll span:hover{
    color: #337ab7;
}
.login_box{
    text-align: center;
}
.login_box button{
    width: 100%;
    margin: 10px auto;
    padding: 12px;
    border-radius: 25px;
    background: #3ba3f9;
    color: #fff;
    font-size: 18px;
}
#duty_popup .inner {
    width: 580px;
    /*height: 600px;*/
    padding: 30px 40px 0;
}
.name_login{
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.zhidao{
    width: 65%;
    margin: 10px auto;
   height: 45px;
    line-height: 45px;
    border-radius: 25px;
    background: #3ba3f9;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    cursor: pointer;
}










